home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / tb_ontop / tbontop.txt < prev   
Text File  |  1994-07-14  |  3KB  |  80 lines

  1.                   Toolbox on Top -- A Visual Basic Utility
  2.                           
  3. Introduction:
  4.  
  5.   'Toolbox on Top' is a Visual Basic utility that places the Visual Basic
  6.   toolbox on top of other forms.  This status can be toggled via the
  7.   'Toolbox on Top' system menu.  Placing the VB toolbox on top makes it
  8.   easier to design and draw full screen forms.
  9.   
  10.   This program is Freeware.  There is no charge for using it.  Please see
  11.   the Disclaimer & Legal Stuff section of this document for further
  12.   information concerning distribution.
  13.   
  14. Installation and Program Requirements:
  15.  
  16.   'Toolbox on Top' is written in Visual Basic 3.0 and requires the
  17.   MSGHOOK.VBX custom control in addition to Visual Basic 3.0.  
  18.   MSGHOOK.VBX is included in the package.  MSGHOOK.VBX can reside in 
  19.   your WINDOWS/SYSTEM or in the application's directory.
  20.  
  21. How To Use 'Toolbox on Top':
  22.  
  23.   When Visual Basic is running, run 'Toolbox on Top'.  The program will
  24.   appear as an icon on your screen.  Click on the icon to display the 
  25.   program's system menu.  Click the "Toolbox On Top" menu item to force
  26.   the Visual Basic toolbox to float above other forms.  When this item is
  27.   clicked, this menu line will be checked.  To toggle the toolbox back to 
  28.   normal, click this menu item again.  When the program is unloaded, the
  29.   toolbox is restored to normal.
  30.   
  31. Disclaimer & Legal Stuff:
  32.  
  33.   'Toolbox on Top' is Copyright 1993 by J. Frank Carr. All rights reserved.
  34.  
  35.   MSGHOOK.VBX is copyright by The Waite Group.
  36.   
  37.   'Toolbox on Top' is FreeWare.  You can use it and modify it as you
  38.   wish for your own personal use.  You may upload it to free BBS systems or
  39.   give it away as long as the entire UNMODIFIED program, text files, and
  40.   source code are distributed as a whole.
  41.   
  42.   For permission and information about including and distributing 
  43.   'Toolbox on Top' in a disk/CD collection of shareware/freeware programs
  44.   or on a pay-for-use BBS system, please contact J. Frank Carr at the
  45.   address given in the Comments & Suggestions section of this document.
  46.  
  47.   J. Frank Carr makes no warranty of any kind with regard to this software
  48.   or its documentation, including, but not limited to, any implied
  49.   warranties of merchantability and fitness for a particular purpose.
  50.   J. Frank Carr shall not be liable for errors or for incidental or
  51.   consequential damages in connection with the furnishing, performance, or
  52.   use of this product. The software and the information contained in the
  53.   documentation are subject to change without notice.
  54.  
  55. Comments & Suggestions:
  56.  
  57.   I would like to hear from anyone who gets any use out of this program,
  58.   or who encounters any problems or bugs with it, or if there are changes
  59.   or enhancements you would like to see.  Should I get enough feedback
  60.   on this program, I'll probably make enhancements to it.
  61.  
  62.   I am also available for programming projects, training, and consulting
  63.   in Visual Basic. Contact me as listed below for information regarding
  64.   my availibility and prices.
  65.  
  66.   You may contact me at:
  67.  
  68.   J. Frank Carr
  69.   685 Kenneth Lane
  70.   Norcross, GA 30093  USA
  71.  
  72.   Voice Mail: (404) 880-5762 
  73.  
  74.   CIS:  75120, 2420
  75.  
  76.   America OnLine:  JFCarr
  77.   
  78.  
  79.                           
  80.